home *** CD-ROM | disk | FTP | other *** search
/ Spacewalker F97 / Spacewalker F97.iso / DRIVER / 13X / WINNT40 / IGS.INF next >
Encoding:
Windows Setup INFormation  |  1996-09-26  |  2.0 KB  |  117 lines

  1.  
  2. ; IGS.inf
  3. ;
  4. ; Installation inf for the IGS graphics adapters.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%igs%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir     = 11
  15. igs.Miniport  = 12  ; drivers
  16. igs.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %igs% = igs.Mfg
  24.  
  25. [igs.Mfg]
  26. IGS Video Accelerator = igs
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [igs]
  34. CopyFiles=igs.Miniport, igs.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [igs.Miniport]
  41. igs.sys
  42.  
  43. [igs.Display]
  44. ;vga.dll
  45. ;vga256.dll
  46. ;vga64k.dll
  47.  
  48.  
  49. ;
  50. ; Service Installation
  51. ;
  52.  
  53. [igs.Services]
  54. AddService = igs, 0x00000002, igs_Service_Inst, igs_EventLog_Inst
  55.  
  56. [igs_Service_Inst]
  57. ServiceType    = 1            ; SERVICE_KERNEL_DRIVER
  58. StartType      = 1            ; SERVICE_SYSTEM_START
  59. ErrorControl   = 0            ; SERVICE_ERROR_IGNORE
  60. LoadOrderGroup = Video
  61. ServiceBinary  = %12%\igs.sys
  62.  
  63. [igs_EventLog_Inst]
  64. AddReg = igs_EventLog_AddReg
  65.  
  66. [igs_EventLog_AddReg]
  67. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\igs.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69.  
  70.  
  71. ;
  72. ; Software Installation
  73. ;
  74.  
  75. [igs.SoftwareSettings]
  76. AddReg = igs_SoftwareDeviceSettings
  77.  
  78. [igs_SoftwareDeviceSettings]
  79. HKR,, InstalledDisplayDrivers,       %REG_MULTI_SZ%, vga, vga256, vga64k
  80. HKR,, VgaCompatible,           %REG_DWORD%,    1
  81.  
  82.  
  83. ;
  84. ; Source file information
  85. ;
  86.  
  87. [SourceDisksNames.x86]
  88. 1 = %DiskId%,,,""
  89.  
  90. [SourceDisksFiles]
  91. ;vga.dll  = 1        ; always shipped and preinstalled by NT itself - no need to copy
  92. ;vga256.dll  = 1
  93. ;vga64k.dll  = 1
  94. igs.sys  = 1
  95.  
  96.  
  97.  
  98. [Strings]
  99.  
  100. ;
  101. ; Non-Localizable Strings
  102. ;
  103.  
  104. REG_SZ           = 0x00000000
  105. REG_MULTI_SZ   = 0x00010000
  106. REG_EXPAND_SZ  = 0x00020000
  107. REG_BINARY     = 0x00000001
  108. REG_DWORD      = 0x00010001
  109. SERVICEROOT    = System\CurrentControlSet\Services
  110.  
  111. ;
  112. ; Localizable Strings
  113. ;
  114.  
  115. DiskId="InteGraphics Installation DISK (VIDEO)"
  116. igs="InteGraphics Systems"
  117.